home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / Mike's Externals.cpt / Mike's Externals / card_7597.txt < prev    next >
Text File  |  1990-02-22  |  981b  |  35 lines

  1. -- card: 7597 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2764
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 17
  9. ----- text -----
  10. StripChar
  11.  
  12. -- part contents for background part 18
  13. ----- text -----
  14. Mike Gleason Jr.
  15.  
  16. -- part contents for background part 19
  17. ----- text -----
  18. XFCN
  19.  
  20. -- part contents for background part 20
  21. ----- text -----
  22. StripChar("string","charToStrip" [,"LeadingOnly"])
  23.  
  24. -- part contents for background part 21
  25. ----- text -----
  26. This XFCN will strip off a certain character from a string, given the string, and the character to look for.  If you specify "LeadingOnly", all characters of the type you specify wil l be stripped until it encounters a different character.
  27.  
  28.  
  29. -- part contents for background part 23
  30. ----- text -----
  31. put stripchar("Nebraska Cornhuskers","s") into msg  --> "Nebraka Cornhuker"
  32. put stripchar("     0.032"," ","LeadingOnly") into n --> "0.032"
  33. put stripchar("AARDVARK","A","LeadingOnly") into animal --> "RDVARK"
  34.  
  35.